home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / v cisle / aefs / aefsdr.exe / setup.exe / aefsdr_de.chm / default.css < prev    next >
Cascading Style Sheet File  |  2007-03-02  |  961b  |  62 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_CodeExample /* Code Example */
  13. {
  14.  font-size: 8pt;
  15.  font-family: 'Courier New';
  16.  color: #000000;
  17. }
  18. span.f_Comment /* Comment */
  19. {
  20. }
  21. span.f_CourierFixed /* Courier Fixed */
  22. {
  23.  font-size: 9pt;
  24.  font-family: 'Courier New';
  25. }
  26. span.f_Heading1 /* Heading1 */
  27. {
  28.  font-size: 12pt;
  29.  font-weight: bold;
  30. }
  31. span.f_ImageCaption /* Image Caption */
  32. {
  33.  font-size: 8pt;
  34.  font-weight: bold;
  35. }
  36. span.f_Notes /* Notes */
  37. {
  38. }
  39. /* Paragraph styles */
  40. p /* Normal */
  41. {
  42.  text-align: left;
  43.  text-indent: 0px;
  44.  padding: 0px 0px 0px 0px;
  45.  margin: 0px 0px 0px 0px;
  46. }
  47. .p_CodeExample /* Code Example */
  48. {
  49. }
  50. .p_Comment /* Comment */
  51. {
  52. }
  53. .p_Heading1 /* Heading1 */
  54. {
  55. }
  56. .p_ImageCaption /* Image Caption */
  57. {
  58. }
  59. .p_Notes /* Notes */
  60. {
  61. }
  62.